style.scss 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .logOut {
  2. color: #fff;
  3. font-size: .12rem;
  4. width: 1rem;
  5. height: .34rem;
  6. line-height: .34rem;
  7. display: block;
  8. margin: .1rem auto .3rem;
  9. text-align: center;
  10. cursor: pointer;
  11. margin: 0 auto;
  12. position: relative;
  13. top: calc(100vh - 3.3rem);
  14. }
  15. .body1-box {
  16. .modal-p-box {
  17. width: 2.5rem;
  18. height: auto;
  19. text-align: center;
  20. color: #fff;
  21. font-size: .16rem;
  22. padding-top: .4rem;
  23. padding-bottom: .3rem;
  24. }
  25. }
  26. .footer1-box {
  27. .modal-span-box {
  28. max-width: 1.06rem !important;
  29. height: .37rem;
  30. background-color: #a4a4a4;
  31. border-radius: .05rem;
  32. margin: 0 auto;
  33. font-weight: 600;
  34. color: #fff;
  35. line-height: .2rem;
  36. font-size: .14rem;
  37. padding: 0 .2rem;
  38. margin-bottom: .2rem;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. &.active {
  43. background-color: #009d81;
  44. }
  45. }
  46. }
  47. .bg-content1 {
  48. background-color: #353535;
  49. }